@charset "utf-8";
ul{ list-style-type: none;}
.sidemenu, .sidemenu * {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.sidemenu {
  z-index: 9999;
  position: fixed;
  top: 70%;
  right: 30px;
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.sidemenu li {
  margin: 5px 0px;
  position: relative;
}
.sidemenu li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 1px rgba(153, 153, 153, 0.2);
  border-radius: 30px;
}
.sidemenu li.ico1 a {
  background: url(../images/t1.png) no-repeat center center #fff;
  background-size: 20px;
}
.sidemenu li.ico1:hover .ewm {
  visibility: visible;
  opacity: 1;
  z-index: 5;
  right: 80px;
}
.sidemenu li.ico1 .ewm {
  position: absolute;
  background: #FFFFFF;	
  right: 90px;
  top: 0;
  border:1px #DCDBDB solid;
  border-radius: 30px;
  width: auto;
  min-width: 200px;
  font-size: 16px;
  line-height: 40px;	
  text-align: center;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:	9px 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.sidemenu li.ico2 a span {
  display: block;
}
.sidemenu li.ico2 a:after {
  background: url(../images/t2.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 15px;
  width: 100%;
  height: 28px;
  content: "";
}
.sidemenu li.ico2 a {
  height: 150px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  padding-top: 47px;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg.png) no-repeat center center;	
  /*background:-moz-linear-gradient(90deg, #fb6324 0%, #ffa133 55.00000000000001%, #ffcc00 100%);
  background:-webkit-linear-gradient(90deg, #fb6324 0%, #ffa133 55.00000000000001%, #ffcc00 100%);
  background:-ms-linear-gradient(90deg, #fb6324 0%, #ffa133 55.00000000000001%, #ffcc00 100%);
  background: linear-gradient(90deg, #fb6324 0%, #ffa133 55.00000000000001%, #ffcc00 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#fb6324, endColorstr=#ffcc00)";
  +background:#fb6324;*/
	
  position: relative;
}
.sidemenu li.ico3 a {
  background: url(../images/t3.png) no-repeat center center #fff;
  background-size: 20px;
}
.sidemenu li.ico3:hover .ewm {
  visibility: visible;
  opacity: 1;
  z-index: 5;
  right: 60px;
}
.sidemenu li.ico3 .ewm {
  display: block;	
  position: absolute;
  right: 80px;
  top: -20px;
  width: 200px;
  height: auto;	
  background: url(../images/shadow2.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  vertical-align: middle;	
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;	
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.sidemenu li.ico3 .ewm img {
  margin-top: 0px;	
  margin-right: 13px;	
  width: 75%;
  border-radius: 10%;	
}
.sidemenu li.ico4 a {
  background: url(../images/t4.png) no-repeat center center #fff;
  background-size: 20px;	
}
@media screen and (max-width:1024px){
	.sidemenu{display: none;}
}